From: Glenn Morris Date: Wed, 1 Jul 2009 02:58:52 +0000 (+0000) Subject: Evangelos Evangelou (tiny change) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11726 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53a36cbb46dba5e7f24c41828e5a0dc11c010339;p=emacs.git Evangelos Evangelou (tiny change) (f90-no-break-re): Add "(/" and "/)". (Bug#3730) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d71921805d8..5e6414154ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-07-01 Evangelos Evangelou (tiny change) + + * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730) + 2009-06-30 Michael Albinus * net/tramp.el (tramp-do-copy-or-rename-file-directly): Handle diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 9048b7b490c..bc57db13fda 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -823,7 +823,7 @@ Can be overridden by the value of `font-lock-maximum-decoration'.") "Regexp matching a CLASS/TYPE IS statement.") (defconst f90-no-break-re - (regexp-opt '("**" "//" "=>" ">=" "<=" "==" "/=") 'paren) + (regexp-opt '("**" "//" "=>" ">=" "<=" "==" "/=" "(/" "/)") 'paren) "Regexp specifying where not to break lines when filling. This regexp matches certain tokens comprised entirely of characters matching the regexp `f90-break-delimiters' that should